added SSCLI 1.0
[windows-sources.git] / shared source / sscli20 / tools / nmake / register.h
blob0cc8b34bf65c5da35fe014142cba56bf2af2ef64
1 // ==++==
2 //
3 //
4 // Copyright (c) 2006 Microsoft Corporation. All rights reserved.
5 //
6 // The use and distribution terms for this software are contained in the file
7 // named license.txt, which can be found in the root of this distribution.
8 // By using this software in any fashion, you are agreeing to be bound by the
9 // terms of this license.
10 //
11 // You must not remove this notice, or any other, from this software.
12 //
14 // ==--==
15 // register.h - definitions for register variable specifiers
17 //Purpose:
18 // This file contains definitions for register variable specifiers.
19 // [Internal]
21 #define REG1 register
22 #define REG2 register
24 #define REG3
25 #define REG4
26 #define REG5
27 #define REG6
28 #define REG7
29 #define REG8
30 #define REG9